@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Radio Canada Big", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1680px;
  width: 100%;
  margin: auto;
}
.ffp {
  font-family: "Poppins", sans-serif;
}

.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-success{
  background-color: #77DD77 !important;
}
.text-success{
  color: #00bc00 !important;
}
.bg-light{
  background-color: #ECFADC !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 50px;
  line-height: 0.9;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-30 {
  font-size: 30px;
}
.fs-40 {
  font-size: 40px;
}
.fs-50 {
  font-size: 50px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 13px 44px;
  border: 1px solid;
  border-radius: 40px;
  line-height: normal;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-success{
  background-color: #77DD77 ;
  border-color: #77DD77;
  color: #000;
}
.btn-success:hover, .full-text .btn-success:hover{
  background-color: #4dbe4d ;
  border-color: #4dbe4d;
  color: #000;
}
.full-text .btn-success{
  background-color: #69B31E ;
  border-color: #69B31E;
  color: #fff;
}

.form-group .btn-success {
    background-color: #4dbe4d !important;
    border-color: #4dbe4d !important;
    color: #000 !important;
    padding: 18px 65px;
}
.form-group .btn-success:hover{
  background-color: #000 ;
  border-color: #000;
  color: #fff;
}

.navbar-brand {
  display: inline-block;
  max-width: 334px;
  width: 100%;
}

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 50px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current_page_item .nav-link {
  color: #fff!important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,  .contact-info ul li a:hover {
  color: #fff!important;
}




/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */

.nav-left, .nav-center, .nav-right{
  width: 33%;
}
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.carousel-item::before, .sub-inner-item::before, .full-sec::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background-color: rgb(0 0 0 / 50%); */
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 51.26672387123108%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
}
.full-sec::before{
  background-color: rgb(0 0 0 / 30%);
}

.carousel-inner .banner-wrap, .sub-inner .banner-wrap, .full-sec .container {
  position: relative;
  z-index: 2;
}

.carousel-item, .grooming-img, .sub-inner-item, .serv-img, .about-img img, .about-img::before, .map-sec {
  border-radius: 50px !important;
}
/* .welcome-list ul li ul li{
list-style: disc;
} */
.welcome-list ul li ul{
  padding-left: 20px;
list-style: disc;
}
.welcome-list ul li.bg-success{
  background-color: #D4F0B3 !important  ;
}
.welcome-sec .row.rounded-3{
  border-radius: 50px !important;
}
.grooming-sec .container{
  border-color: #D4D4D4 !important;
}

.slick-prev:before, .slick-next:before {
  content: '';
  background-image: url(../images/prev-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  opacity: 1;
}
.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
  height: 25px;
  width: 25px;
}
.slick-next:before{
  background-image: url(../images/next-arrow.svg);
}
.slick-prev, .slick-next {
  top: 35%;
}
.slick-slide {
  padding: 0 70px;
}
.form-group input{
  height: 60px;
  color: #595959 !important;
}
.form-group input::placeholder, .form-group textarea::placeholder{
  color: #595959 !important;
}
.form-group textarea{
  height: 170px;
  color: #595959 !important; 
}
.contact-info ul li, .contact-info ul li a{
  color: #000000;
  font-size: 18px;
  line-height: 2.5;
  font-weight: 400;
}

.contact-info ul li{
  padding-left: 40px;
  position: relative;
}
.contact-info ul li::before{
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 16px;
}
.contact-info ul li:nth-child(2)::before{
  content: '';
}
.contact-info ul li:nth-child(3)::before{
  content: '';
}
.copy-right{
  border-color: #45a845 !important;
}
.abt-disc ul{
  padding-left: 40px;
  list-style: disc;
}
.about-img{
  height: 545px;
}
.about-img::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 50px;
  background-color: #ecfadc ;
}
.abt-2 .about-img::before{
  right: auto;
  left: 0;
}
.about-img img, .map-sec{
  height: 85% !important;
  width: 90% !important;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.abt-2 .about-img img{
  right: auto;
  left: 5%;
}

.full-sec{
  background-image: url(../images/full-bg-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cta-dtl-disc ul li{
  padding-left: 35px;
  position: relative;
}
.cta-dtl-disc ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #000;
}
.cta-dtl-disc ul li:nth-child(2)::before{
  content: '';
}
.cta-dtl-disc ul li:nth-child(3)::before{
  content: '';
}
.cta-dtl-disc ul li:nth-child(4)::before{
  content: '';
}


@media(max-width:1680px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media(max-width:1500px){
  h1, .h1 {
    font-size: 40px;
}
.fs-20 {
    font-size: 17px;
}
.fs-40 {
    font-size: 35px;
}
.fs-30 {
    font-size: 25px;
}
.fs-16 {
    font-size: 15px;
}
.btn {
    padding: 12px 35px;
    font-size: 15px;
}
.fs-17 {
    font-size: 15px;
}
.slick-next {
    right: -10px;
}
.slick-prev {
    left: -10px;
}
.fs-50 {
    font-size: 40px;
}
.fs-18 {
    font-size: 15px;
}
.contact-info ul li, .contact-info ul li a {
    font-size: 15px;
}
.form-group input {
    height: 50px;
}
.form-group textarea {
    height: 140px;
}
.form-group textarea {
    height: 140px;
}
.fs-15 {
    font-size: 13px;
}
.navbar-brand {
  max-width: 250px;
}
.navbar-nav .nav-link {
  font-size: 15px;
}
.about-img {
  height: 500px;
}
}
@media(max-width:1199px){
  h1, .h1 {
    font-size: 35px;
}
.fs-20 {
    font-size: 15px;
}
.fs-40 {
    font-size: 30px;
}
.fs-30 {
    font-size: 22px;
}
.btn {
    padding: 12px 25px;
    font-size: 13px;
}
.fs-50 {
    font-size: 35px;
}
.form-group .btn-success {
  padding: 18px 50px;
}
.navbar-nav > li + li {
  margin-left: 30px;
}
}

@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #77DD77 !important;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  .contact-info ul li {
    padding-left: 30px;
    width: fit-content;
    margin: auto;
}
.contact-info ul li::before {
  top: 0px;
}
.slick-slide {
  padding: 0 20px;
}
.nav-left, .nav-center, .nav-right{
  width: auto;
}
.header-right{
  width: auto !important;
}
.sub-inner-item {
  height: 300px;
}
.about-img img, .map-sec{
  width: 95% !important;
}
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }

  .carousel-item {
    height: 300px;
}
h1, .h1 {
  font-size: 30px;
}
.fs-40 {
  font-size: 25px;
}
.fs-30 {
  font-size: 18px;
}
.slick-slide {
padding: 0 0px;
}
.fs-50 {
font-size: 30px;
}
.contact-text {
width: 100% !important;
}
.form-group input {
height: 45px;
}
.form-group .btn-success {
padding: 13px 40px;
}
.welcome-sec .row.rounded-3, .carousel-item, .grooming-img, .sub-inner-item, .serv-img, .about-img img, .about-img::before, .map-sec   {
  border-radius: 25px !important;
}
.navbar-brand {
  max-width: 170px;
}
.nav-cta img {
  width: 32px;
}
.about-img {
  height: 350px;
}
}

@media(max-width:575px){
  .about-img {
    height: 280px;
}
.about-img::before {
  width: 60%;
}
.abt-disc ul {
  padding-left: 30px;
}
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}